@charset "utf-8";

/* CSS Document */

body {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #fff;
}
.nav {
    width: 70%;
    height: 6%;
    background-color: #00a0e4;
    display: block;
    position: fixed;
    left: 15%;
    top: 0;
    border-radius: 11px;
    /* 设置圆角 */
    transform: perspective(8px)scale(1.1, 1.3) rotateX(-0.65deg);
    transform-origin: right top left;
    z-index: 11;
}

.head {
    width: 71%;
    height: 7%;
    display: block;
    position: fixed;
    left: 14.5%;
    top: 0;
    z-index: 999;
}

.logo {
    width: 10%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.logo img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 15%;
    top: 0;
    display: block;
}

.menu ul {
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
}

.menu ul li {
    width: auto;
    height: 100%;
    float: left;
    margin-left: 7%;
    list-style: none;
    color: #ffffff;
    line-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    font-family: "microsoft yahei UI light";
}

.menu ul li a {
    line-height: 100%;
    font-size: 0.9vw;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
}

.c-line {
    display: none;
    width: 7.3%;
    /*width: 6%;    
    text-align: center;*/
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    /*transition: width .5s;*/
}

.icon {
    width: 2.8vw;
    height: 2.8vh;
    fill: currentColor;
    overflow: hidden;
    line-height: 100%;
}

.icon-2{
    height: 100%;
    position: relative;
    top: -43%;
    right: -57%;
}


.icon-2:hover {
    opacity: .5;
}

.c-line-1 {
    width: 7.3%;
    /*width: 6%;    
    text-align: center;*/
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
}

.menu ul li:hover .c-line {
    display: block;
    /*width: 13%*/
}

.icon-1 {
    width: 25%;
    height: 100%;
    position: absolute;
    left: 76%;
    top: 30%;
    display: table-cell;
    vertical-align: middle;
}

.icon ul {
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
}

.icon ul li {
    width: auto;
    height: 100%;
    margin-left: 12%;
    list-style: none;
    color: #ffffff;
    line-height: 100%;
    display: inline-block;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 12%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.icon:hover {
    opacity: .5;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

.swiper {
    width: 1200px;
    height: 450px;
    margin: 7% auto;
    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -190px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
}

.swiper .pic li img {
    width: 100%;
    height: 100%;
}

.now {
    z-index: 9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.next {
    z-index: 6;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

._bg {
    background-color: #00a0e4 !important;
}

.swiper .cricle {
    height: 16px;
    position: absolute;
    bottom: -26%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper .cricle li {
    float: left;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper .btns {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 38px;
    z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
    height: 100%;
    width: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper .btns .leftbtn::after,
.swiper .btns .rightbtn::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
}

.swiper .btns .leftbtn::after {
    -webkit-transform: translate(12px, 8px) rotate(-45deg);
    -moz-transform: translate(12px, 8px) rotate(-45deg);
    -o-transform: translate(12px, 8px) rotate(-45deg);
    -ms-transform: translate(12px, 8px) rotate(-45deg);
    transform: translate(12px, 8px) rotate(-45deg);
}

.swiper .btns .rightbtn::after {
    -webkit-transform: translate(4px, 8px) rotate(135deg);
    -moz-transform: translate(4px, 8px) rotate(135deg);
    -o-transform: translate(4px, 8px) rotate(135deg);
    -ms-transform: translate(4px, 8px) rotate(135deg);
    transform: translate(4px, 8px) rotate(135deg);
}

.leftBox,
.rightBox {
    height: 300px;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.leftBox {
    width: 182px;
    left: 0;
}

.rightBox {
    width: 222px;
    right: 0;
}

.foot {
    width: 70%;
    height: 6%;
    background-color: #00a0e4;
    position: fixed;
    left: 15%;
    bottom: 0;
    border-radius: 11px;
    /* 设置圆角 */
    transform: perspective(8px)scale(1.1, 1.3) rotateX(0.65deg);
    transform-origin: right top left;
    display: inline-block;
}

.banquan {
    width: 71%;
    height: 7%;
    position: fixed;
    left: 14.5%;
    bottom: 1%;
    display: table-cell;
    vertical-align: middle;
}

.jilly {
    width: auto;
    height: 30%;
    font-size: 0.8vw;
    color: white;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 0;
    font-family: "microsoft yahei UI light";
}

.beianhao {
    width: 100%;
    height: 30%;
    font-size: 0.8vw;
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: center;
    font-family: "microsoft yahei UI light";
}

.beianhao a {
    text-decoration: none;
    color: white;
}